You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Optimization Class > Optimization Methods > ConjGrad Method > Optimization.ConjGrad Method (TRealFunction, TGrad, double[], [In] double[], [In] object[], out double, [In] TMtxFloatPrecision, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Optimization.ConjGrad Method (TRealFunction, TGrad, double[], [In] double[], [In] object[], out double, [In] TMtxFloatPrecision, bool)

Minimizes the function of several variables by using the Conjugate gradient optimization method with no log.

Syntax
C#
Visual Basic
public static int ConjGrad(TRealFunction Fun, TGrad Grad, ref double[] Pars, [In] double[] Consts, [In] object[] ObjConst, out double FMin, [In] TMtxFloatPrecision FloatPrecision, bool FletcherAlgo);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!